(Finternal_lisp_face_p): Signal error for face alias loops.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Jun 2007 10:04:51 +0000 (10:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 5 Jun 2007 10:04:51 +0000 (10:04 +0000)
src/xfaces.c

index 07ea34bf736217d67750912c7b950d76ad2b0b7a..b30d673241fd3a06cb1cd110dcf5aee62b1e8853 100644 (file)
@@ -3935,6 +3935,8 @@ Otherwise check for the existence of a global face.  */)
 {
   Lisp_Object lface;
 
+  face = resolve_face_name (face, 1);
+
   if (!NILP (frame))
     {
       CHECK_LIVE_FRAME (frame);